home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / RTF / README.pcd < prev    next >
Text File  |  1994-08-01  |  787b  |  21 lines

  1.  
  2. Caveats concerning the RTF widget
  3. =================================
  4.  
  5. Yes there are a few bugs remaining.  The biggest is that
  6. in some cases there are problems displaying the extended
  7. ascii characters.  This only occurs with a file that asks to
  8. use a mac charset (as opposed to ansi).  Its also slow to parse 
  9. input streams larger than a couple of K.  Some of the text
  10. selection stuff is easy to confuse.  When this occurs, you can 
  11. resynch by forcing an expose event over the confused region.
  12.  
  13. The two resources you're most concerned with are XmNvalue
  14. (this is the string that the widget parses) and XcNrtf (this
  15. is a boolean that toggles between RTF and plain text modes).
  16.  
  17. This archive contains a brief test program that uses the RTF
  18. widget.  There are also a few sample RTF files.
  19.  
  20.  
  21.